inputs
Accessors for input variables.
Can be delegated from. Property names will be converted to snake-case unless name is specified. Delegating from inputs treats the input as required.
Functions
getOptional
Link copied to clipboard
getRequired
Link copied to clipboard
optionalWithDefault
Link copied to clipboard
fun optionalWithDefault(default: () -> String): ReadOnlyProperty<Any?, String>
Content copied to clipboard
fun optionalWithDefault(name: String, default: () -> String): ReadOnlyProperty<Any?, String>
Content copied to clipboard
Get an optional delegate with a default value for name.
Properties
optional
Link copied to clipboard
Sources
js source
Link copied to clipboard